object AboutBox: TAboutBox Left = 263 Top = 127 BorderStyle = bsDialog Caption = ' About WinGrab' ClientHeight = 255 ClientWidth = 346 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 16 Top = 14 Width = 313 Height = 191 Hint = '16' BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 object ProgramIcon: TImage Left = 28 Top = 24 Width = 54 Height = 68 Picture.Data = {} Stretch = True IsControl = True end object ProductName: TLabel Left = 114 Top = 26 Width = 158 Height = 13 Alignment = taCenter AutoSize = False Caption = 'WinGrab ver 1.42.05' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False IsControl = True end object AuthorName: TLabel Left = 114 Top = 46 Width = 158 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Per Skjerpe' end object Label1: TLabel Left = 114 Top = 62 Width = 158 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Henrik Ibsens gate 10 C' end object Label2: TLabel Left = 114 Top = 78 Width = 158 Height = 13 Alignment = taCenter AutoSize = False Caption = '4021 Stavanger, NORWAY' end object MailLabel: TLabel Left = 116 Top = 118 Width = 106 Height = 13 Caption = 'per.skjerpe@chello.no' end object MailButton: TButton Left = 22 Top = 112 Width = 67 Height = 25 Caption = 'Send mail:' TabOrder = 0 OnClick = MailButtonClick end object URLButton: TButton Left = 22 Top = 148 Width = 67 Height = 25 Caption = 'Go to:' TabOrder = 1 OnClick = URLButtonClick end object WebComboBox: TComboBox Left = 104 Top = 150 Width = 193 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 2 OnChange = WebComboBoxChange end end object OKBitBtn: TBitBtn Left = 152 Top = 218 Width = 80 Height = 26 Caption = 'Close' TabOrder = 1 Kind = bkOK end end